Html Css Color HEX #F29C03 Orange Peel

📋 copy color: '#F29C03'

red 242 ◦ green 156 ◦ blue 3

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

Shades of Orange Peel #F29C03

Tints of Orange Peel #F29C03

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 60.35%
G = 38.9%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F29C03 (or 0xF29C03) is known color: Orange Peel. HEX triplet: F2, 9C and 03. RGB value is (242,156,3). Sum of RGB (Red+Green+Blue) = 242+156+3=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29C03 is #0D63FC. Grayscale: #A4A4A4. Windows color (decimal): -877565 or 236786. OLE color: 236786.

HSL color Cylindrical-coordinate representation of color #F29C03: hue angle of 38.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F29C03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 156 3 -
CMYK 0 0.36 0.99 0.05
HSL 38.41º 0.98% 0.48% -
HSV(B) 38.41º 0.99% 0.95% -
XYZ 48.52 42.66 5.76 -
YUV 164.27 36.99 183.44 -
System Red Green Blue C M Y K H S L
Decimal 242 156 3 0 0.36 0.99 0.05 38.41 0.98 0.48
Hex F2 9C 3 0 24 63 5 26 62 30
Octal 362 234 3 0 44 143 5 46 142 60
Binary 11110010 10011100 11 0 100100 1100011 101 100110 1100010 110000

Color Harmonies of #F29C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C03

Black with #F29C03

Text Example


Text Example

White with #F29C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C03; }

 p { color: rgb(242,156,3); }

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

background-color css

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

 a { background-color: rgb(242,156,3); }

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

border-color css

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

 span { border-color: rgb(242,156,3); }

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