Html Css Color HEX #F28C19 Carrot Orange

📋 copy color: '#F28C19'

red 242 ◦ green 140 ◦ blue 25

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

Shades of Carrot Orange #F28C19

Tints of Carrot Orange #F28C19

RGB

 RED value IS 242 (94.92% from 255) = 59.46%

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 59.46%
G = 34.4%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F28C19 (or 0xF28C19) is known color: Carrot Orange. HEX triplet: F2, 8C and 19. RGB value is (242,140,25). Sum of RGB (Red+Green+Blue) = 242+140+25=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C19 is #0D73E6. Grayscale: #9D9D9D. Windows color (decimal): -881639 or 1674482. OLE color: 1674482.

HSL color Cylindrical-coordinate representation of color #F28C19: hue angle of 31.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28C19 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 25 -
CMYK 0 0.42 0.90 0.05
HSL 31.8º 0.89% 0.52% -
HSV(B) 31.8º 0.9% 0.95% -
XYZ 46.17 37.7 5.76 -
YUV 157.39 53.29 188.35 -
System Red Green Blue C M Y K H S L
Decimal 242 140 25 0 0.42 0.90 0.05 31.8 0.89 0.52
Hex F2 8C 19 0 2A 5A 5 20 59 34
Octal 362 214 31 0 52 132 5 40 131 64
Binary 11110010 10001100 11001 0 101010 1011010 101 100000 1011001 110100

Color Harmonies of #F28C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C19

Black with #F28C19

Text Example


Text Example

White with #F28C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C19; }

 p { color: rgb(242,140,25); }

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

background-color css

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

 a { background-color: rgb(242,140,25); }

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

border-color css

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

 span { border-color: rgb(242,140,25); }

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