Html Css Color HEX #F28C1D Carrot Orange

📋 copy color: '#F28C1D'

red 242 ◦ green 140 ◦ blue 29

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

Shades of Carrot Orange #F28C1D

Tints of Carrot Orange #F28C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 58.88%
G = 34.06%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F28C1D (or 0xF28C1D) is known color: Carrot Orange. HEX triplet: F2, 8C and 1D. RGB value is (242,140,29). Sum of RGB (Red+Green+Blue) = 242+140+29=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C1D is #0D73E2. Grayscale: #9E9E9E. Windows color (decimal): -881635 or 1936626. OLE color: 1936626.

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

Color convert

RGB 242 140 29 -
CMYK 0 0.42 0.88 0.05
HSL 31.27º 0.89% 0.53% -
HSV(B) 31.27º 0.88% 0.95% -
XYZ 46.22 37.72 6.01 -
YUV 157.84 55.29 188.03 -
System Red Green Blue C M Y K H S L
Decimal 242 140 29 0 0.42 0.88 0.05 31.27 0.89 0.53
Hex F2 8C 1D 0 2A 58 5 1F 59 35
Octal 362 214 35 0 52 130 5 37 131 65
Binary 11110010 10001100 11101 0 101010 1011000 101 11111 1011001 110101

Color Harmonies of #F28C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C1D

Black with #F28C1D

Text Example


Text Example

White with #F28C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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