Html Css Color HEX #FA983A Neon Carrot

📋 copy color: '#FA983A'

red 250 ◦ green 152 ◦ blue 58

#FA983A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Carrot #FA983A

Tints of Neon Carrot #FA983A

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

 GREEN value IS 152 (59.77% from 255) = 33.04%

 BLUE value IS 58 (23.05% from 255) = 12.61%

R = 54.35%
G = 33.04%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA983A (or 0xFA983A) is known color: Neon Carrot. HEX triplet: FA, 98 and 3A. RGB value is (250,152,58). Sum of RGB (Red+Green+Blue) = 250+152+58=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA983A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA983A is #0567C5. Grayscale: #ABABAB. Windows color (decimal): -354246 or 3840250. OLE color: 3840250.

HSL color Cylindrical-coordinate representation of color #FA983A: hue angle of 29.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA983A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 152 58 -
CMYK 0 0.39 0.77 0.02
HSL 29.38º 0.95% 0.6% -
HSV(B) 29.38º 0.77% 0.98% -
XYZ 51.42 43.09 9.61 -
YUV 170.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 250 152 58 0 0.39 0.77 0.02 29.38 0.95 0.6
Hex FA 98 3A 0 27 4D 2 1D 5F 3C
Octal 372 230 72 0 47 115 2 35 137 74
Binary 11111010 10011000 111010 0 100111 1001101 10 11101 1011111 111100

Color Harmonies of #FA983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA983A

Black with #FA983A

Text Example


Text Example

White with #FA983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA983A; }

 p { color: rgb(250,152,58); }

 H1.HeaderClassName
 {
   color: #FA983A;
 }
 .AnyTagClassName
 {
   color: #FA983A;
 }
</style>

background-color css

<style>
 a { background-color: #FA983A; }

 a { background-color: rgb(250,152,58); }

 div.DivClassName
 {
   background-color: #FA983A;
 }
 .BgClassName
 {
   background-color: #FA983A;
 }
</style>

border-color css

<style>
 span { border-color: #FA983A; }

 span { border-color: rgb(250,152,58); }

 td.TdClassName
 {
   border-color: #FA983A;
 }
 .TagClassName
 {
   border-color: #FA983A;
 }
</style>