Html Css Color HEX #F8CB0F Tangerine Yellow

📋 copy color: '#F8CB0F'

red 248 ◦ green 203 ◦ blue 15

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

Shades of Tangerine Yellow #F8CB0F

Tints of Tangerine Yellow #F8CB0F

RGB

 RED value IS 248 (97.27% from 255) = 53.22%

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 15 (6.25% from 255) = 3.22%

R = 53.22%
G = 43.56%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8CB0F (or 0xF8CB0F) is known color: Tangerine Yellow. HEX triplet: F8, CB and 0F. RGB value is (248,203,15). Sum of RGB (Red+Green+Blue) = 248+203+15=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CB0F is #0734F0. Grayscale: #C3C3C3. Windows color (decimal): -472305 or 1035256. OLE color: 1035256.

HSL color Cylindrical-coordinate representation of color #F8CB0F: hue angle of 48.41º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8CB0F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 15 -
CMYK 0 0.18 0.94 0.03
HSL 48.41º 0.94% 0.52% -
HSV(B) 48.41º 0.94% 0.97% -
XYZ 60.15 62.7 9.38 -
YUV 195.02 26.41 165.79 -
System Red Green Blue C M Y K H S L
Decimal 248 203 15 0 0.18 0.94 0.03 48.41 0.94 0.52
Hex F8 CB F 0 12 5E 3 30 5E 34
Octal 370 313 17 0 22 136 3 60 136 64
Binary 11111000 11001011 1111 0 10010 1011110 11 110000 1011110 110100

Color Harmonies of #F8CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB0F

Black with #F8CB0F

Text Example


Text Example

White with #F8CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB0F; }

 p { color: rgb(248,203,15); }

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

background-color css

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

 a { background-color: rgb(248,203,15); }

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

border-color css

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

 span { border-color: rgb(248,203,15); }

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