Html Css Color HEX #F29B3E Yellow Sea

📋 copy color: '#F29B3E'

red 242 ◦ green 155 ◦ blue 62

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

Shades of Yellow Sea #F29B3E

Tints of Yellow Sea #F29B3E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 52.72%
G = 33.77%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F29B3E (or 0xF29B3E) is known color: Yellow Sea. HEX triplet: F2, 9B and 3E. RGB value is (242,155,62). Sum of RGB (Red+Green+Blue) = 242+155+62=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29B3E is #0D64C1. Grayscale: #AAAAAA. Windows color (decimal): -877762 or 4103154. OLE color: 4103154.

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

Color convert

RGB 242 155 62 -
CMYK 0 0.36 0.74 0.05
HSL 31º 0.87% 0.6% -
HSV(B) 31º 0.74% 0.95% -
XYZ 49.21 42.67 10.2 -
YUV 170.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 242 155 62 0 0.36 0.74 0.05 31 0.87 0.6
Hex F2 9B 3E 0 24 4A 5 1F 57 3C
Octal 362 233 76 0 44 112 5 37 127 74
Binary 11110010 10011011 111110 0 100100 1001010 101 11111 1010111 111100

Color Harmonies of #F29B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B3E

Black with #F29B3E

Text Example


Text Example

White with #F29B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B3E; }

 p { color: rgb(242,155,62); }

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

background-color css

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

 a { background-color: rgb(242,155,62); }

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

border-color css

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

 span { border-color: rgb(242,155,62); }

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