Html Css Color HEX #F29B2B Yellow Sea

📋 copy color: '#F29B2B'

red 242 ◦ green 155 ◦ blue 43

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

Shades of Yellow Sea #F29B2B

Tints of Yellow Sea #F29B2B

RGB

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

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

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

R = 55%
G = 35.23%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F29B2B (or 0xF29B2B) is known color: Yellow Sea. HEX triplet: F2, 9B and 2B. RGB value is (242,155,43). Sum of RGB (Red+Green+Blue) = 242+155+43=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29B2B is #0D64D4. Grayscale: #A8A8A8. Windows color (decimal): -877781 or 2857970. OLE color: 2857970.

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

Color convert

RGB 242 155 43 -
CMYK 0 0.36 0.82 0.05
HSL 33.77º 0.88% 0.56% -
HSV(B) 33.77º 0.82% 0.95% -
XYZ 48.78 42.49 7.92 -
YUV 168.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 242 155 43 0 0.36 0.82 0.05 33.77 0.88 0.56
Hex F2 9B 2B 0 24 52 5 22 58 38
Octal 362 233 53 0 44 122 5 42 130 70
Binary 11110010 10011011 101011 0 100100 1010010 101 100010 1011000 111000

Color Harmonies of #F29B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B2B

Black with #F29B2B

Text Example


Text Example

White with #F29B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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