Html Css Color HEX #F98A14 Carrot Orange

📋 copy color: '#F98A14'

red 249 ◦ green 138 ◦ blue 20

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

Shades of Carrot Orange #F98A14

Tints of Carrot Orange #F98A14

RGB

 RED value IS 249 (97.66% from 255) = 61.18%

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 61.18%
G = 33.91%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F98A14 (or 0xF98A14) is known color: Carrot Orange. HEX triplet: F9, 8A and 14. RGB value is (249,138,20). Sum of RGB (Red+Green+Blue) = 249+138+20=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A14 is #0675EB. Grayscale: #9E9E9E. Windows color (decimal): -423404 or 1346297. OLE color: 1346297.

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

Color convert

RGB 249 138 20 -
CMYK 0 0.45 0.92 0.02
HSL 30.92º 0.95% 0.53% -
HSV(B) 30.92º 0.92% 0.98% -
XYZ 48.28 38.37 5.52 -
YUV 157.74 50.27 193.09 -
System Red Green Blue C M Y K H S L
Decimal 249 138 20 0 0.45 0.92 0.02 30.92 0.95 0.53
Hex F9 8A 14 0 2D 5C 2 1F 5F 35
Octal 371 212 24 0 55 134 2 37 137 65
Binary 11111001 10001010 10100 0 101101 1011100 10 11111 1011111 110101

Color Harmonies of #F98A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A14

Black with #F98A14

Text Example


Text Example

White with #F98A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A14; }

 p { color: rgb(249,138,20); }

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

background-color css

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

 a { background-color: rgb(249,138,20); }

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

border-color css

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

 span { border-color: rgb(249,138,20); }

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