Html Css Color HEX #F29515 Carrot Orange

📋 copy color: '#F29515'

red 242 ◦ green 149 ◦ blue 21

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

Shades of Carrot Orange #F29515

Tints of Carrot Orange #F29515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 58.74%
G = 36.17%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F29515 (or 0xF29515) is known color: Carrot Orange. HEX triplet: F2, 95 and 15. RGB value is (242,149,21). Sum of RGB (Red+Green+Blue) = 242+149+21=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F29515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29515 is #0D6AEA. Grayscale: #A2A2A2. Windows color (decimal): -879339 or 1414642. OLE color: 1414642.

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

Color convert

RGB 242 149 21 -
CMYK 0 0.38 0.91 0.05
HSL 34.75º 0.89% 0.52% -
HSV(B) 34.75º 0.91% 0.95% -
XYZ 47.5 40.43 6.01 -
YUV 162.22 48.31 184.91 -
System Red Green Blue C M Y K H S L
Decimal 242 149 21 0 0.38 0.91 0.05 34.75 0.89 0.52
Hex F2 95 15 0 26 5B 5 23 59 34
Octal 362 225 25 0 46 133 5 43 131 64
Binary 11110010 10010101 10101 0 100110 1011011 101 100011 1011001 110100

Color Harmonies of #F29515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29515

Black with #F29515

Text Example


Text Example

White with #F29515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29515; }

 p { color: rgb(242,149,21); }

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

background-color css

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

 a { background-color: rgb(242,149,21); }

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

border-color css

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

 span { border-color: rgb(242,149,21); }

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