Html Css Color HEX #F28C2B Carrot Orange

📋 copy color: '#F28C2B'

red 242 ◦ green 140 ◦ blue 43

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

Shades of Carrot Orange #F28C2B

Tints of Carrot Orange #F28C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.12%

R = 56.94%
G = 32.94%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F28C2B (or 0xF28C2B) is known color: Carrot Orange. HEX triplet: F2, 8C and 2B. RGB value is (242,140,43). Sum of RGB (Red+Green+Blue) = 242+140+43=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C2B is #0D73D4. Grayscale: #9F9F9F. Windows color (decimal): -881621 or 2854130. OLE color: 2854130.

HSL color Cylindrical-coordinate representation of color #F28C2B: hue angle of 29.25º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F28C2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 43 -
CMYK 0 0.42 0.82 0.05
HSL 29.25º 0.88% 0.56% -
HSV(B) 29.25º 0.82% 0.95% -
XYZ 46.43 37.81 7.14 -
YUV 159.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 242 140 43 0 0.42 0.82 0.05 29.25 0.88 0.56
Hex F2 8C 2B 0 2A 52 5 1D 58 38
Octal 362 214 53 0 52 122 5 35 130 70
Binary 11110010 10001100 101011 0 101010 1010010 101 11101 1011000 111000

Color Harmonies of #F28C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C2B

Black with #F28C2B

Text Example


Text Example

White with #F28C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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