Html Css Color HEX #F28F2B Carrot Orange

📋 copy color: '#F28F2B'

red 242 ◦ green 143 ◦ blue 43

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

Shades of Carrot Orange #F28F2B

Tints of Carrot Orange #F28F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 56.54%
G = 33.41%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F28F2B (or 0xF28F2B) is known color: Carrot Orange. HEX triplet: F2, 8F and 2B. RGB value is (242,143,43). Sum of RGB (Red+Green+Blue) = 242+143+43=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F2B is #0D70D4. Grayscale: #A1A1A1. Windows color (decimal): -880853 or 2854898. OLE color: 2854898.

HSL color Cylindrical-coordinate representation of color #F28F2B: hue angle of 30.15º 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 #F28F2B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 43 -
CMYK 0 0.41 0.82 0.05
HSL 30.15º 0.88% 0.56% -
HSV(B) 30.15º 0.82% 0.95% -
XYZ 46.88 38.7 7.28 -
YUV 161.2 61.3 185.63 -
System Red Green Blue C M Y K H S L
Decimal 242 143 43 0 0.41 0.82 0.05 30.15 0.88 0.56
Hex F2 8F 2B 0 29 52 5 1E 58 38
Octal 362 217 53 0 51 122 5 36 130 70
Binary 11110010 10001111 101011 0 101001 1010010 101 11110 1011000 111000

Color Harmonies of #F28F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F2B

Black with #F28F2B

Text Example


Text Example

White with #F28F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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