Html Css Color HEX #FFCB0F Tangerine Yellow

📋 copy color: '#FFCB0F'

red 255 ◦ green 203 ◦ blue 15

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

Shades of Tangerine Yellow #FFCB0F

Tints of Tangerine Yellow #FFCB0F

RGB

 RED value IS 255 (100% from 255) = 53.91%

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

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

R = 53.91%
G = 42.92%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFCB0F (or 0xFFCB0F) is known color: Tangerine Yellow. HEX triplet: FF, CB and 0F. RGB value is (255,203,15). Sum of RGB (Red+Green+Blue) = 255+203+15=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB0F is #0034F0. Grayscale: #C5C5C5. Windows color (decimal): -13553 or 1035263. OLE color: 1035263.

HSL color Cylindrical-coordinate representation of color #FFCB0F: hue angle of 47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFCB0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 15 -
CMYK 0 0.20 0.94 0
HSL 47º 1% 0.53% -
HSV(B) 47º 0.94% 1% -
XYZ 62.68 64.01 9.5 -
YUV 197.12 25.23 169.29 -
System Red Green Blue C M Y K H S L
Decimal 255 203 15 0 0.20 0.94 0 47 1 0.53
Hex FF CB F 0 14 5E 0 2F 64 35
Octal 377 313 17 0 24 136 0 57 144 65
Binary 11111111 11001011 1111 0 10100 1011110 0 101111 1100100 110101

Color Harmonies of #FFCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB0F

Black with #FFCB0F

Text Example


Text Example

White with #FFCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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